Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188192 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/scoped_allocator b/include/scoped_allocator index 9253234..aa8bece 100644 --- a/include/scoped_allocator +++ b/include/scoped_allocator 
@@ -365,7 +365,7 @@  };    template <class _OuterAlloc, class... _InnerAllocs> -class _LIBCPP_TYPE_VIS scoped_allocator_adaptor<_OuterAlloc, _InnerAllocs...> +class _LIBCPP_TYPE_VIS_ONLY scoped_allocator_adaptor<_OuterAlloc, _InnerAllocs...>  : public __scoped_allocator_storage<_OuterAlloc, _InnerAllocs...>  {  typedef __scoped_allocator_storage<_OuterAlloc, _InnerAllocs...> base;